notifySubtreeAccessibilityStateChanged

open fun notifySubtreeAccessibilityStateChanged(@NonNull parent: ViewParent, @NonNull child: View, @NonNull source: View, changeType: Int)(source)

Deprecated

Call notifySubtreeAccessibilityStateChanged directly.

Notifies a view parent that the accessibility state of one of its descendants has changed and that the structure of the subtree is different.

Parameters

parent

ViewParent that contains the target view.

child

The direct child whose subtree has changed.

source

The descendant view that changed.